home *** CD-ROM | disk | FTP | other *** search
/ Ultra 33 Video Bundle / Ultra 33 Video Bundle - Disc 6.iso / graphics / intrface.dir / 00001_Script_1 < prev    next >
Text File  |  1999-12-31  |  936b  |  32 lines

  1. on startmovie
  2.   
  3.   global time
  4.   Set the keyupscript to "Checkkey"
  5.   set the visibility of sprite 21 to 0
  6.   set the visibility of sprite 22 to 0
  7.   set the visibility of sprite 23 to 0
  8.   set the visibility of sprite 24 to 0
  9.   set the visibility of sprite 25 to 0
  10.   set the visibility of sprite 26 to 0
  11.   set the visibility of sprite 27 to 0
  12.   set the visibility of sprite 28 to 0
  13.   set the visibility of sprite 41 to 0
  14.   set the visibility of sprite 42 to 0
  15.   set the visibility of sprite 43 to 0
  16.   set the visibility of sprite 44 to 0
  17.   set the visibility of sprite 45 to 0
  18.   set the visibility of sprite 46 to 0
  19.   set the visibility of sprite 47 to 0
  20.   set the visibility of sprite 48 to 0
  21.  
  22.   
  23. end startmovie
  24. on checkkey
  25.   if the key = "q"  then quit
  26.   if the key = "h" then play frame "hide"
  27.   if the key = "j" then play frame "choice"
  28.   if the key = "a" then play frame "about"
  29. end if
  30. end if
  31. end if
  32. end